home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / ada / gnat1792.zip / gnat179b / examples / imported.c < prev    next >
C/C++ Source or Header  |  1994-05-13  |  98b  |  6 lines

  1. #include <stdio.h>
  2. imported_function ()
  3. {
  4.   printf ("\nI am now in the imported function\n\n");
  5. }
  6.